-
Notifications
You must be signed in to change notification settings - Fork 70
LCORE-1108: updated Konflux requirements #1053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCORE-1108: updated Konflux requirements #1053
Conversation
WalkthroughThe PR updates dependency versions and their corresponding hash values across multiple requirement files, removes the "rich" package from the Tekton push configuration, and updates Python version metadata in the build requirements. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (3)
requirements.hashes.source.txt (1)
1-3: Python version inconsistency in autogenerated header.The file header shows
--python-version 3.12, butrequirements-build.txtwas updated to Python 3.13. If the target is Python 3.13, this file should be regenerated with--python-version 3.13to ensure wheel compatibility..tekton/lightspeed-stack-pull-request.yaml (1)
57-62: Updatepy_versionto "313" to match Python 3.13 in requirements-build.txt.The
py_versionis set to"312"(Python 3.12) in both Tekton configuration files, butrequirements-build.txtis autogenerated with Python 3.13. Update the value to"313"in.tekton/lightspeed-stack-pull-request.yaml(line 61) and.tekton/lightspeed-stack-push.yaml(line 53) to ensure consistency with the build environment specification.requirements-build.txt (1)
30-46: Fix duplicatehatchlingversions or ensure resolution converges to a single version.This file is autogenerated by
pybuild-deps compile(notpip-compile), which produces duplicate entries when different package sdists declare conflicting PEP-517 build dependencies. The file containshatchling==1.26.3(required by 2 packages) andhatchling==1.28.0(required by 10+ packages). Since pip can only install one version, this creates unpredictable behavior.To resolve: either add an explicit pin for
hatchling==1.28.0in the input requirements before recompiling, or ensure one of the conflicting build backends accepts the higher version.
Description
LCORE-1108: updated Konflux requirements
Type of change
Tools used to create PR
Related Tickets & Documents
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.